.home .title {
  font-weight: 600;
  font-size: 28px;
  transform: scale(1,1.0);
  /*color: #ff0000;*/
  /*color: #111111;*/
  color: #3848a0;
  text-align: center;
  margin: 46px 0 50px;
}
.home .home_above {
  display: flex;
  height: 378px;
}
.home .home_above .swiper {
  width: 672px;
  height: 378px;
  margin-right: 30px;
}
.home .home_above .swiper a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home .home_above .swiper img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.home .home_above .swiper .swiper-button-prev,
.home .home_above .swiper .swiper-button-next {
  background: rgba(0, 115, 255, 0.2);
  width: 38px;
  height: 58px;
}
.home .home_above .swiper .swiper-button-prev::after,
.home .home_above .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.home .home_above .swiper .swiper-button-prev {
  left: 0;
}
.home .home_above .swiper .swiper-button-next {
  right: 0;
}
.home .home_above .swiper-pagination{
    width: auto;
    right: 15px;
    left: auto;
    bottom: 20px;
}
.home .home_above .word {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  padding: 0 123px 0 23px;
  transition: all 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  box-sizing: border-box;
}
.home .home_above .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.home .home_above_right {
  flex: 1;
  overflow: hidden;
}
.home .home_above_right_title {
  font-size: 16px;
  transform: scale(1,1.0);
  font-weight: 600;
  /*color: #E02020;*/
  color: #3848a0;
  text-align: center;
}
.home .home_above_right_tabs {
  background: #F2F7FD;
  border-radius: 3px;
  margin-top: 18px;
}
.home .home_above_right_tabs::before {
  content: '';
  display: block;
  height: 6px;
  background: linear-gradient(135deg, #00B5FF 0%, #0079ED 50%, #0061D7 100%);
  border-radius: 3px 3px 0 0;
}
.home .home_above_right_tabs ul {
  padding: 0 14px;
}
.home .home_above_right_tabs ul li {
  font-size: 20px;
  font-weight: 500;
  padding: 0px 12px;
}
.home .home_above_right_tabs ul li:hover {
  color: #FFFFFF;
  background: linear-gradient(135deg, #00B5FF 0%, #0079ED 50%, #0061D7 100%);
  position: relative;
}
.home .home_above_right_tabs ul li:hover::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background: url('../img/home-tabs-triangle.png') no-repeat center / 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
}
.home .home_above_right_tabs .layui-this {
  color: #FFFFFF;
  background: linear-gradient(135deg, #00B5FF 0%, #0079ED 50%, #0061D7 100%);
}
.home .home_above_right_tabs .layui-this a{
    color: #FFFFFF;
}
.home .home_above_right_tabs .layui-this::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background: url('../img/home-tabs-triangle.png') no-repeat center / 100% 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  border: none;
}
.home .home_above_right .layui-tab-content {
  padding: 0;
}
.home .home_above_right_list {
  margin-top: 10px;
}
.home .home_above_right_list li {
  color: #454545;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .home_above_right_list li:hover {
  color: #333333;
  font-weight: 600;
}
.home .home_below {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.home .home_below_left_row {
  margin-bottom: 18px;
}
.baiA{color:#ffffff;}
.home .home_below_left_row_title {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  background: linear-gradient(135deg, #00B5FF 0%, #0079ED 50%, #0061D7 100%);
  font-size: 18px;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
}
.home .home_below_left_row_title_img {
  width: 14px;
  height: 18px;
  margin-right: 10px;
}
.home .home_below_left_row_list {
  border: 1px solid #0073FF;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 10px 12px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.home .home_below_left_row_list li {
  color: #454545;
}
.home .home_below_left_row_list li:hover {
  color: #333333;
  font-weight: 600;
}
.home .home_below_left_code {
  display: flex;
  justify-content: space-around;
}
.home .home_below_left_code dl dt img {
  width: 144px;
  height: 144px;
}
.home .home_below_left_code dl dd {
  color: #454545;
  text-align: center;
}
.home .home_below_middle {
  margin: 0 20px;
  flex: 1;
  width: 0;
}
.home .home_below_middle_row {
  border: 1px solid #F7F8FC;
  border-top: 1px solid #0073FF;
  border-radius: 3px;
  padding: 0 10px;
}
.home .home_below_middle_row .layui-tab {
  margin: 12px 0 10px;
}
.home .home_below_middle_row .layui-tab .layui-tab-title {
  border: none;
  color: #454545;
}
.home .home_below_middle_row .layui-tab .layui-tab-title li {
  font-size: 18px;
  border-radius: 18px;
  line-height: 36px;
  min-width: auto;
}
.home .home_below_middle_row .layui-tab .layui-tab-title li a{
    display: inline;
}
.home .home_below_middle_row .layui-this {
  color: #0073FF;
  background: #DFEDFF;
}
.home .home_below_middle_row .layui-this a{
    color: #0073FF;
}
.home .home_below_middle_row .layui-this::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('../img/home-below-img2.png') no-repeat left / 100% 100%;
  margin-right: 8px;
}
.home .home_below_middle_row .layui-this::after {
  border: none;
}
.home .home_below_middle_row:nth-child(2) .layui-this::before {
  background-image: url('../img/home-below-img3.png');
}
.home .home_below_middle_row:nth-child(3) .layui-this::before {
  background-image: url('../img/home-below-img4.png');
}
.home .home_below_middle_row:nth-child(4) .layui-this::before {
  background-image: url('../img/home-below-img5.png');
}
.home .home_below_middle_row .layui-tab-content {
  padding: 10px 10px 0;
}
.home .home_below_middle_row_list {
  line-height: 40px;
}
.home .home_below_middle_row_list a {
  display: block;
}
.home .home_below_middle_row_list li {
  color: #454545;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .home_below_middle_row_list li:hover {
  color: #333;
  font-weight: 600;
}
.home .home_below_left{
  width: 306px;
}
.redianzhuanti li{
    width:290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home .home_below_right {
  width: 192px;
}
.home .home_below_right img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .home .title {
    margin: 20px 0;
    font-size: 20px;
  }
  .home .home_above {
    display: block;
    height: auto;
  }
  .home .home_above .swiper {
    width: 100%;
    height: calc(100vw / 16 * 9);
  }
  .home .home_above .swiper .swiper-button-prev,
  .home .home_above .swiper .swiper-button-next {
    width: 28px;
    height: 38px;
  }
  .home .home_above .swiper .swiper-button-prev::after,
  .home .home_above .swiper .swiper-button-next::after {
    font-size: 16px;
  }
  .home .home_above .word{
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    padding: 10px 10px 0;
  }
  .home .home_above .swiper-pagination{
      display: none;
  }
  .home .home_above_right_title {
    font-size: 18px;
    margin-top: 18px;
  }
  .home .home_above_right_tabs ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .home .home_above_right_tabs ul li {
    font-size: 16px;
    padding: 0 4px;
  }
  .home .home_above_right_list {
    padding: 0 14px;
    font-size: 14px;
  }
  .home .home_below {
    display: block;
    margin-top: 20px;
  }
  .home .home_below_left_row_title {
    font-size: 16px;
  }
  .home .home_below_left_code dl dd {
    font-size: 14px;
  }
  .home .home_below_middle {
    margin: 20px 0;
    padding: 0;
    width: auto;
  }
  .home .home_below_middle_row .layui-tab .layui-tab-title li {
    font-size: 16px;
  }
  .home .home_below_middle_row_list {
    font-size: 14px;
  }
  .home .home_below_right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .home .home_below_left{
    width: 100%;
  }
  .redianzhuanti li{
    width:auto;
    white-space: normal;
    overflow: auto;
    word-break:break-all
  }
  .home .home_below_right a {
    width: 46%;
  }
}
